summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File/test_i.cpp
blob: db443ce522713bcc59ddccf8a93324722b646cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "test_i.h"

#if !defined(__ACE_INLINE__)
#include "test_i.inl"
#endif /* __ACE_INLINE__ */


void
Simple_Server_i::send_line (const char *line)
{
  ACE_DEBUG ((LM_DEBUG, "%s\n", line));
}

void
Simple_Server_i::shutdown ()
{
  this->orb_->shutdown (false);
}