Changeset 378 for bdm/user_info.h

Show
Ignore:
Timestamp:
06/17/09 23:53:08 (15 years ago)
Author:
smidl
Message:

details and compositepdf changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/user_info.h

    r377 r378  
    1717 
    1818#ifndef BDMLIB  
     19//!Macro for registration of classes into map of UserInfos -- registered class is scriptable  
    1920#define UIREGISTER(class_name) template<> const Particular_UI<class_name>& Particular_UI<class_name>::ui = Particular_UI<class_name>(#class_name)  
    2021#else