Event repository manager  1.0
Core component to store events
/Users/makara/Documents/Backup/WFS/codebase/EventRepository/EventRepos/EventRepos/EventRepositoryUtils.h
00001 //
00002 //  EventRepositoryUtils.h
00003 //  EventRepos
00004 //
00005 //  Created by Makara Khloth on 9/30/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 #import "FxEventEnums.h"
00011 
00012 @interface EventRepositoryUtils : NSObject {
00013 
00014 }
00015 
00016 + (FxEventType) mapMediaToThumbnailEventType: (FxEventType) aMediaEventType;
00017 + (FxEventType) mapThumbnailToMediaEventType: (FxEventType) aThumbnailEventType;
00018 
00019 @end
 All Classes Functions