source: XIOS/trunk/src/object_factory.cpp @ 483

Last change on this file since 483 was 335, checked in by ymipsl, 12 years ago

Change namespace xmlioserver -> xios

YM

File size: 407 bytes
RevLine 
[219]1#include "object_factory.hpp"
2
[335]3namespace xios
[219]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
[335]15} // namespace xios
Note: See TracBrowser for help on using the repository browser.