Show
Ignore:
Timestamp:
09/07/09 18:11:52 (15 years ago)
Author:
bhilburn
Message:

Converted the OSSIE CE over to the C++ CBR by creating a child class of
the base CBR. Code is ugly, needs to be cleaned.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/cbr.h

    r469 r470  
    5151    public: 
    5252        /* Constructors for the CBR class. */ 
    53         CBR(); 
     53        CBR(){}; 
    5454        CBR(char *_filename, char *_tablename, char *_cols[], uint32_t _len); 
    5555        CBR(char *_filename, char *_tablename, char *_cols[], \