From 3fc5a341321c4c042bb464dbb1f62856fc2d31a4 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sat, 2 Jun 2012 17:21:54 +0200 Subject: Makefiles and skeletons for common and manager - idl compiler is called - add skeletons for libdistrio_common - add skeletons for manager Signed-off-by: Manuel Traut --- common/common.cpp | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 common/common.cpp (limited to 'common/common.cpp') diff --git a/common/common.cpp b/common/common.cpp new file mode 100644 index 0000000..cea3ed2 --- /dev/null +++ b/common/common.cpp @@ -0,0 +1,32 @@ +// -*- C++ -*- +// $Id$ + +/** + * Code generated by the The ACE ORB (TAO) IDL Compiler v2.1.2 + * TAO and the TAO IDL Compiler have been developed by: + * Center for Distributed Object Computing + * Washington University + * St. Louis, MO + * USA + * http://www.cs.wustl.edu/~schmidt/doc-center.html + * and + * Distributed Object Computing Laboratory + * University of California at Irvine + * Irvine, CA + * USA + * and + * Institute for Software Integrated Systems + * Vanderbilt University + * Nashville, TN + * USA + * http://www.isis.vanderbilt.edu/ + * + * Information about TAO is available at: + * http://www.cs.wustl.edu/~schmidt/TAO.html + **/ + +// TAO_IDL - Generated from +// be/be_codegen.cpp:1673 + +#include "commonI.h" + -- cgit v1.2.3