Changeset 461

Show
Ignore:
Timestamp:
10/25/09 14:58:30 (4 weeks ago)
Author:
cristy
Message:
 
Location:
WizardsToolkit/trunk/wizard
Files:
3 modified

Legend:

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

    r459 r461  
    4949#include "wizard/exception-private.h" 
    5050#include "wizard/memory_.h" 
     51#include "wizard/semaphore.h" 
    5152#include "wizard/utility.h" 
    5253#include "blob.h" 
  • WizardsToolkit/trunk/wizard/configure.c

    r459 r461  
    819819      (instantiate_configure == WizardFalse)) 
    820820    { 
    821       if (configure_semaphore == (SemephoreInfo *) NULL) 
     821      if (configure_semaphore == (SemaphoreInfo *) NULL) 
    822822        AcquireSemaphoreInfo(&configure_semaphore); 
    823823      (void) LockSemaphoreInfo(configure_semaphore); 
  • WizardsToolkit/trunk/wizard/semaphore.h

    r459 r461  
    3636 
    3737extern WizardExport WizardBooleanType 
    38   (void) LockSemaphoreInfo(SemaphoreInfo *), 
     38  LockSemaphoreInfo(SemaphoreInfo *), 
    3939  SemaphoreComponentGenesis(void), 
    40   (void) UnlockSemaphoreInfo(SemaphoreInfo *); 
     40  UnlockSemaphoreInfo(SemaphoreInfo *); 
    4141 
    4242#if defined(__cplusplus) || defined(c_plusplus)