Show
Ignore:
Timestamp:
10/20/07 18:11:52 (11 months ago)
Author:
cneumann
Message:

added: RootObjectT template paremter for ReferenceCountPointer?

and ParentPointer? templates - allows use for FieldBundles?

compile fixes - but still not done

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/Base/Field/OSGVecFieldTraits.h

    r785 r976  
    8484           DataType &getType      (void);                                   \ 
    8585                                                                            \ 
    86     static Char8   *getSName     (void) { return "SF"#base #dim #type; }   \ 
    87     static Char8   *getMName     (void) { return "MF"#base #dim #type; }   \ 
     86    static Char8 const *getSName     (void) { return "SF"#base #dim #type; }   \ 
     87    static Char8 const *getMName     (void) { return "MF"#base #dim #type; }   \ 
    8888                                                                            \ 
    8989    static base##dim##type getDefault (void) { return base##dim##type();}   \