Show
Ignore:
Timestamp:
10/19/09 09:02:57 (5 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WizardsToolkit/trunk/wizard/resource.c

    r411 r415  
    449449%                                                                             % 
    450450%                                                                             % 
    451 +   A s y n c h r o n o u s D e s t r o y R e s o u r c e F a c i l i t y     % 
    452 %                                                                             % 
    453 %                                                                             % 
    454 %                                                                             % 
    455 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    456 % 
    457 %  AsynchronousDestroyResourceFacility() destroys the resource environment. 
    458 %  It differs from DestroyResourceFacility() in that it can be called from a 
     451+   A s y n c h r o n o u s D e s t r o y R e s o u r c e C o m p o n e n t   % 
     452%                                                                             % 
     453%                                                                             % 
     454%                                                                             % 
     455%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     456% 
     457%  AsynchronousDestroyResourceComponent() destroys the resource environment. 
     458%  It differs from DestroyResourceComponent() in that it can be called from a 
    459459%  asynchronous signal handler. 
    460460% 
    461 %  The format of the DestroyResourceFacility() method is: 
    462 % 
    463 %      DestroyResourceFacility(void) 
    464 % 
    465 */ 
    466 WizardExport void AsynchronousDestroyResourceFacility(void) 
     461%  The format of the DestroyResourceComponent() method is: 
     462% 
     463%      DestroyResourceComponent(void) 
     464% 
     465*/ 
     466WizardExport void AsynchronousDestroyResourceComponent(void) 
    467467{ 
    468468  const char 
     
    490490%                                                                             % 
    491491%                                                                             % 
    492 +   D e s t r o y R e s o u r c e F a c i l i t y                             % 
    493 %                                                                             % 
    494 %                                                                             % 
    495 %                                                                             % 
    496 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    497 % 
    498 %  DestroyResourceFacility() destroys the resource facility. 
    499 % 
    500 %  The format of the DestroyResourceFacility() method is: 
    501 % 
    502 %      DestroyResourceFacility(void) 
    503 % 
    504 */ 
    505 WizardExport void DestroyResourceFacility(void) 
     492+   D e s t r o y R e s o u r c e C o m p o n e n t                           % 
     493%                                                                             % 
     494%                                                                             % 
     495%                                                                             % 
     496%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     497% 
     498%  DestroyResourceComponent() destroys the resource component. 
     499% 
     500%  The format of the DestroyResourceComponent() method is: 
     501% 
     502%      DestroyResourceComponent(void) 
     503% 
     504*/ 
     505WizardExport void DestroyResourceComponent(void) 
    506506{ 
    507507  AcquireSemaphoreInfo(&resource_semaphore); 
     
    643643%                                                                             % 
    644644%                                                                             % 
    645 +   I n s t a n t i a t e R e s o u r c e F a c i l i t y                     % 
    646 %                                                                             % 
    647 %                                                                             % 
    648 %                                                                             % 
    649 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    650 % 
    651 %  InstantiateResourceFacility() instantiates the resource facility. 
    652 % 
    653 %  The format of the InstantiateResourceFacility method is: 
    654 % 
    655 %      WizardBooleanType InstantiateResourceFacility(void) 
     645+   I n s t a n t i a t e R e s o u r c e C o m p o n e n t                   % 
     646%                                                                             % 
     647%                                                                             % 
     648%                                                                             % 
     649%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     650% 
     651%  InstantiateResourceComponent() instantiates the resource component. 
     652% 
     653%  The format of the InstantiateResourceComponent method is: 
     654% 
     655%      WizardBooleanType InstantiateResourceComponent(void) 
    656656% 
    657657*/ 
     
    664664} 
    665665 
    666 WizardExport WizardBooleanType InstantiateResourceFacility(void) 
     666WizardExport WizardBooleanType InstantiateResourceComponent(void) 
    667667{ 
    668668  char