source: XMLIO_V2/dev/dev_rv/src/group_factory.cpp @ 143

Last change on this file since 143 was 141, checked in by hozdoba, 13 years ago

Mise à jour depuis un autre dépôt

File size: 414 bytes
Line 
1#include "group_factory.hpp"
2
3namespace xmlioserver
4{
5   /// ////////////////////// Définitions ////////////////////// ///
6   StdString CGroupFactory::CurrContext("");
7
8   void CGroupFactory::SetCurrentContextId(const StdString & context)
9   { CGroupFactory::CurrContext = context; }
10
11   StdString & CGroupFactory::GetCurrentContextId(void)
12   { return (CGroupFactory::CurrContext); }
13
14} // namespace xmlioserver
Note: See TracBrowser for help on using the repository browser.