2005/5/9
-- ACDK API Docs Misc sources acdkx_orb_AcdkObject_Test_cpp
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <acdk/tools/aunit/TestRunner.h> #include <acdk/lang/Throwable.h> #include <acdk/lang/System.h> #include "TestInterfaceImpl.h" #include <acdkx/orb/CorObject.h> #include <acdkx/orb/AcdkObject.h> #include <acdk/util/logging/Logger.h> #include <acdk/util/logging/LogManager.h> #include <acdk/util/logging/ConsoleConsumer.h> #include <acdk/util/logging/SimpleFormatter.h> #include <acdk/tools/aunit/SayHelloInterface.h>
#include <acdk/tools/aunit/TestRunner.h>
#include <acdk/lang/Throwable.h>
#include <acdk/lang/System.h>
#include "TestInterfaceImpl.h"
#include <acdkx/orb/CorObject.h>
#include <acdkx/orb/AcdkObject.h>
#include <acdk/util/logging/Logger.h>
#include <acdk/util/logging/LogManager.h>
#include <acdk/util/logging/ConsoleConsumer.h>
#include <acdk/util/logging/SimpleFormatter.h>
#include <acdk/tools/aunit/SayHelloInterface.h>
Value:
do { \ std::cout << #statement << "> " << std::endl; \ statement; \ std::cout << #statement << "< " << std::endl; \ } while (false)