Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / orbsvcs / examples / ORT / sum_server_i.cpp
blob8ffe851766089affacf71d42f81bfb113c1f5928
1 #include "sum_server_i.h"
3 sum_server_i::sum_server_i ()
7 CORBA::Long
8 sum_server_i::add_variables (CORBA::Long a,
9 CORBA::Long b)
11 return a+b;