#ifndef SORT_H_INCLUDED #define SORT_H_INCLUDED #include class COrderTableHeader : public GsOT { public: COrderTableHeader( u_long clLenth = 0 ) ; u_long& getLength( ) ; }; #endif //SORT_H_INCLUDED