Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / orbsvcs / DevGuideExamples / Security / SecurityUnawareApp / MessengerI.cpp
blobfe9a9e53fc3d28f1f2ec23bf9fb7b8c58ee4c4ae
1 // -*- C++ -*-
2 // **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
3 // TAO and the TAO IDL Compiler have been developed by:
4 // Center for Distributed Object Computing
5 // Washington University
6 // St. Louis, MO
7 // USA
8 // http://www.cs.wustl.edu/~schmidt/doc-center.html
9 // and
10 // Distributed Object Computing Laboratory
11 // University of California at Irvine
12 // Irvine, CA
13 // USA
14 // http://doc.ece.uci.edu/
16 // Information about TAO is available at:
17 // http://www.dre.vanderbilt.edu/~schmidt/TAO.html
19 #include "MessengerI.h"
21 // Implementation skeleton constructor
22 Messenger_i::Messenger_i ()
26 // Implementation skeleton destructor
27 Messenger_i::~Messenger_i ()
31 CORBA::Boolean Messenger_i::send_message (
32 const char * user_name,
33 const char * subject,
34 char *& message
38 //Add your implementation here