Object.cpp File Reference

#include "orbsvcs/Notify/Object.h"
#include "orbsvcs/Notify/POA_Helper.h"
#include "orbsvcs/Notify/Worker_Task.h"
#include "orbsvcs/Notify/Properties.h"
#include "orbsvcs/Notify/Builder.h"
#include "orbsvcs/Notify/ThreadPool_Task.h"
#include "orbsvcs/Notify/Reactive_Task.h"
#include "tao/debug.h"
#include "orbsvcs/Notify/Event_Manager.h"

Include dependency graph for Object.cpp:

Include dependency graph

Go to the source code of this file.

Functions

template<class T> void add_qos_attr (TAO_Notify::NVPList &attrs, const T &prop)


Function Documentation

template<class T>
void add_qos_attr TAO_Notify::NVPList attrs,
const T &  prop
[static]
 

Definition at line 326 of file Object.cpp.

References TAO_Notify::NVPList::push_back().

Referenced by TAO_Notify_Object::save_attrs().

00327   {
00328     if (prop.is_valid())
00329     {
00330       attrs.push_back(TAO_Notify::NVP (prop));
00331     }
00332   }


Generated on Sun Jan 27 15:43:19 2008 for TAO_CosNotification by doxygen 1.3.6