summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-05-30 13:45:40 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-05-30 13:45:40 +0000
commita853faaa2d2d0321da0ff6f51be656fc40cf8663 (patch)
tree273941f460f337bfa37f2ba13ae9184e34582c00 /ProcessList.h
parent7b2265b242667691e89a11360734ef8500a5ee8a (diff)
Rename TypedVector to Vector, matching dit.
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 23d28f22..687c1f3e 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -15,7 +15,7 @@ in the source distribution for its full text.
#endif
#include "Process.h"
-#include "TypedVector.h"
+#include "Vector.h"
#include "UsersTable.h"
#include "Hashtable.h"
@@ -56,8 +56,8 @@ in the source distribution for its full text.
typedef struct ProcessList_ {
- TypedVector* processes;
- TypedVector* processes2;
+ Vector* processes;
+ Vector* processes2;
Hashtable* processTable;
Process* prototype;
UsersTable* usersTable;

© 2014-2024 Faster IT GmbH | imprint | privacy policy