usage info
[opsoft.git] / gclib2 / include / best_names.h
blobbe3f86d227a54b3f749058232947bcd0740733c7
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 DConnection;
11 class DJobs;
12 class DHeapSort;
13 class EList;
14 class EArray;
15 class HV;
17 typedef DConnection Connection;
18 typedef DJobs Jobs;
19 typedef DHeapSort HeapSort;
20 typedef EList List;
21 typedef EArray Array;
22 typedef HV Hash;
24 #endif