source: XIOS/dev/common/src/object_factory.cpp @ 302

Last change on this file since 302 was 219, checked in by hozdoba, 13 years ago

Préparation nouvelle arborescence

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