blob: 3997cd5c540e2f172d82452cf193140ed2af63f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|