#include "tao/Policy_Set.h"#include "tao/SystemException.h"#include "tao/debug.h"#include "ace/CORBA_macros.h"
Go to the source code of this file.
Functions | |
| ACE_RCSID (tao, Policy_Set,"$Id: Policy_Set.cpp 84830 2009-03-16 08:34:12Z johnnyw $") 1 TAO_Policy_Set | |
| ACE_RCSID | ( | tao | , | |
| Policy_Set | , | |||
| "$Id: Policy_Set.cpp 84830 2009-03-16 08:34:12Z johnnyw $" | ||||
| ) |
Definition at line 12 of file Policy_Set.cpp.
00014 : Policy_Set.cpp 84830 2009-03-16 08:34:12Z johnnyw $") 00015 00016 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00017 00018 TAO_Policy_Set::TAO_Policy_Set (TAO_Policy_Scope scope) 00019 : scope_ (scope) 00020 { 00021 for (unsigned int i = 0; i < TAO_CACHED_POLICY_MAX_CACHED; ++i) 00022 this->cached_policies_[i] = 0; 00023 }
1.6.1