C/C++
oodce.asc
Associated article: Using OODCE
Tags: Database C/C++ Embedded Systems
_USING OODCE_
by Jonathan Roberts and Dan Zigmond
Listing One
/* Copyright (c) 1995 Avatar Software, Inc. */
[uuid( 75e76bbc-bc9d-11ce-902c-0800096d6656 ),
version(1.0)]
interface CokeMachine
{
typedef long int CokeMachineStatus;
typedef long int BeverageType;
unsigned long GetStatus( [in] handle_t h );
...


