Show
Ignore:
Timestamp:
08/11/09 08:32:02 (15 years ago)
Author:
vbarta
Message:

fixed UIREGISTER

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/egiw_test.cpp

    r477 r493  
    1 #define BDMLIB // not an ideal way to prevent double registration of UI factories... 
    21#include "base/bdmbase.h" 
    32#include "base/user_info.h" 
     
    1211 
    1312using namespace bdm; 
    14  
    15 template<> 
    16 const ParticularUI<egiw> &ParticularUI<egiw>::factory ( 
    17     ParticularUI<egiw> ( "egiw" ) ); 
    18  
    19 template<> 
    20 const ParticularUI<egiw_harness> &ParticularUI<egiw_harness>::factory ( 
    21     ParticularUI<egiw_harness> ( "egiw_harness" ) ); 
    2213 
    2314TEST ( test_egiw ) {