current version
[opsoft_test.git] / gclib2 / include / best_names.h
blobef73509e2565c7cfae362a14be8237533d583aa6
1 /*
2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
5 */
7 #ifndef DEFINE_BEST_NAMES_H
8 #define DEFINE_BEST_NAMES_H
10 class HV;
11 class EList;
12 class EArray;
13 class DConnection;
14 class DJobs;
15 class DPoll;
16 class DHeapSort;
18 typedef HV Hash;
19 typedef EList List;
20 typedef EArray Array;
21 typedef DConnection Connection;
22 typedef DJobs Jobs;
23 typedef DHeapSort HeapSort;
25 #endif