#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:

Go to the source code of this file.
Functions | |
| template<class T> void | add_qos_attr (TAO_Notify::NVPList &attrs, const T &prop) |
|
||||||||||||||||
|
Definition at line 337 of file Object.cpp. References TAO_Notify::NVPList::push_back(). Referenced by TAO_Notify_Object::save_attrs().
00338 {
00339 if (prop.is_valid())
00340 {
00341 attrs.push_back(TAO_Notify::NVP (prop));
00342 }
00343 }
|
1.3.6