Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / modules / VXTestWorkspaceCreator.pm
blob6421ae3858f23a71f0c4ed7734b61e4d140ae34b
1 package VXTestWorkspaceCreator;
3 # ************************************************************
4 # Description : VxTest Workspace create
5 # Author : Johnny Willemsen
6 # Create Date : 28/03/2008
7 # ************************************************************
9 # ************************************************************
10 # Pragmas
11 # ************************************************************
13 use strict;
15 use VXTestProjectCreator;
16 use WorkspaceCreator;
18 use vars qw(@ISA);
19 @ISA = qw(WorkspaceCreator);
21 # ************************************************************
22 # Subroutine Section
23 # ************************************************************
25 sub write_workspace {
26 return 1;