diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-14 21:45:08 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-04-14 21:45:08 -0400 |
commit | 17349a5e426dc7acf1216a3767a22f69974cbca0 (patch) | |
tree | 20029d02f07ab6257cccec36d34fb312f796e1d1 /Frameworks/LiBackend/LiStoreValidator.m | |
download | liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.tar.gz liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.zip |
Initial commit.
Diffstat (limited to 'Frameworks/LiBackend/LiStoreValidator.m')
-rw-r--r-- | Frameworks/LiBackend/LiStoreValidator.m | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Frameworks/LiBackend/LiStoreValidator.m b/Frameworks/LiBackend/LiStoreValidator.m new file mode 100644 index 0000000..3997cd5 --- /dev/null +++ b/Frameworks/LiBackend/LiStoreValidator.m @@ -0,0 +1,13 @@ +// +// LiStoreValidator.m +// Liaison +// +// Created by Brian Cully on Sun May 25 2003. +// Copyright (c) 2003 Brian Cully. All rights reserved. +// + +@implementation LiStoreValidator +- (void)addFileToUpdateQueue: (LiFileHandle *)aFileHandle +{ +} +@end |