From e3f225cd4fb60437d94288849f7af03179d56f6b Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 7 Jun 2012 16:00:59 +0200 Subject: retriving digital ios inside a device works now Signed-off-by: Manuel Traut --- devices/simple_dev/simple_dev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devices/simple_dev/simple_dev.cpp') diff --git a/devices/simple_dev/simple_dev.cpp b/devices/simple_dev/simple_dev.cpp index 8f2072f..ca31b6e 100644 --- a/devices/simple_dev/simple_dev.cpp +++ b/devices/simple_dev/simple_dev.cpp @@ -19,7 +19,7 @@ class My_device : public Distrio_Device_i { ::CORBA::Long my_id; }; -int main (int argc, char **argv) +ACE_TMAIN (int argc, ACE_TCHAR *argv[]) { int ret = 0; My_device *dev; -- cgit v1.2.3