Show
Ignore:
Timestamp:
05/04/07 10:02:38 (2 years ago)
Author:
aronb
Message:

Hide proxy type's constructors and add create methods.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/gadget/Type/AnalogProxy.cpp

    r19729 r20131  
    3232namespace gadget 
    3333{ 
     34AnalogProxyPtr AnalogProxy::create(const std::string& deviceName, 
     35                                   const int unitNum) 
     36{ 
     37   return AnalogProxyPtr(new AnalogProxy(deviceName, unitNum)); 
     38} 
    3439 
    3540std::string AnalogProxy::getElementType()