From a853faaa2d2d0321da0ff6f51be656fc40cf8663 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 30 May 2006 13:45:40 +0000 Subject: Rename TypedVector to Vector, matching dit. --- ProcessList.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ProcessList.h') 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; -- cgit v1.2.3