Revision 919cb043 pithos-macos/PithosSyncDaemon.h

b/pithos-macos/PithosSyncDaemon.h
2 2
//  PithosSyncDaemon.h
3 3
//  pithos-macos
4 4
//
5
// Copyright 2011 GRNET S.A. All rights reserved.
5
// Copyright 2011-2012 GRNET S.A. All rights reserved.
6 6
//
7 7
// Redistribution and use in source and binary forms, with or
8 8
// without modification, are permitted provided that the following
......
36 36
// or implied, of GRNET S.A.
37 37

  
38 38
#import <Foundation/Foundation.h>
39
@class ASIPithos;
39 40
@class PithosActivityFacility;
40 41
@class ASINetworkQueue;
41 42

  
42 43
@interface PithosSyncDaemon : NSObject {
43 44
    NSString *directoryPath;
45
    ASIPithos *pithos;
44 46
    NSString *containerName;
45 47
    NSTimeInterval timeInterval;
46 48

  
......
85 87
@property (nonatomic, retain) NSDate *lastCompletedSync;
86 88

  
87 89
- (id)initWithDirectoryPath:(NSString *)aDirectoryPath 
90
                     pithos:(ASIPithos *)aPithos 
88 91
              containerName:(NSString *)aContainerName 
89 92
               timeInterval:(NSTimeInterval)aTimeInterval 
90 93
            resetLocalState:(BOOL)resetLocalState;

Also available in: Unified diff