Ocean Park Advisors Files Its 12th Monthly Bill in SCO Bankruptcy

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Ocean Park Advisors Files Its 12th Monthly Bill in SCO Bankruptcy
# 1  
Old 11-12-2010
Ocean Park Advisors Files Its 12th Monthly Bill in SCO Bankruptcy

Another bill from Ocean Park Advisors, its 12th monthly bill. This one is for September. So... when does its advice pay off for SCO, one wonders? How many years does it take for this company to get on its feet and exit Chapter 11 or alternatively to see the wisdom of throwing in the towel?

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SoOneShotSensor(3)						       Coin							SoOneShotSensor(3)

NAME
SoOneShotSensor - The SoOneShotSensor class is a sensor which will trigger once. Since SoOneShotSensor is a subclass of SoDelayQueueSensor, it will trigger as soon as either the run-time system is idle, or if it is continually busy it will trigger within a fixed amount of time (this is by default 1/12th of a second, see SoSensorManager::setDelaySensorTimeout()). SYNOPSIS
#include <Inventor/sensors/SoOneShotSensor.h> Inherits SoDelayQueueSensor. Public Member Functions SoOneShotSensor (void) SoOneShotSensor (SoSensorCB *func, void *data) virtual ~SoOneShotSensor (void) Additional Inherited Members Detailed Description The SoOneShotSensor class is a sensor which will trigger once. Since SoOneShotSensor is a subclass of SoDelayQueueSensor, it will trigger as soon as either the run-time system is idle, or if it is continually busy it will trigger within a fixed amount of time (this is by default 1/12th of a second, see SoSensorManager::setDelaySensorTimeout()). Constructor &; Destructor Documentation SoOneShotSensor::SoOneShotSensor (void) Constructor. SoOneShotSensor::SoOneShotSensor (SoSensorCB *func, void *data) Constructor taking as parameters the sensor callback function and the userdata which will be passed the callback. See also: setFunction(), setData() SoOneShotSensor::~SoOneShotSensor (void) [virtual] Destructor. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoOneShotSensor(3)