#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 "orbsvcs/Notify/Object.inl"
Include dependency graph for Object.cpp:
Go to the source code of this file.
Functions | |
template<class T> | |
void | add_qos_attr (TAO_Notify::NVPList &attrs, const T &prop) |
void @7::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 }