Ignore:
Timestamp:
03/25/11 11:42:58 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/group_factory.cpp

    r152 r157  
    77 
    88   void CGroupFactory::SetCurrentContextId(const StdString & context) 
    9    { CGroupFactory::CurrContext = context; } 
     9   {  
     10      CGroupFactory::CurrContext = context; 
     11   } 
    1012 
    1113   StdString & CGroupFactory::GetCurrentContextId(void) 
    12    { return (CGroupFactory::CurrContext); } 
     14   {  
     15      return (CGroupFactory::CurrContext); 
     16   } 
    1317 
    1418} // namespace xmlioserver 
Note: See TracChangeset for help on using the changeset viewer.