dbus-cplusplus/test/functional/Test1/TestAppMain.cpp
Andreas Volz 1c8e43e6d6 - NO FUNCTIONAL CODE CHANGES!!!!
- changed code formating from tabs to spaces and others
- used astyle with this option:
  --style=ansi --indent=spaces=2 -M --pad-oper --unpad-paren --pad-header --align-pointer=name --lineend=linux
2011-11-28 12:44:11 +01:00

12 lines
148 B
C++

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "TestApp.h"
using namespace std;
int main(int argc, char **argv)
{
TestApp testCom;
}