• Main Page
  • Classes
  • Files
  • File List

include/S3/S3LocationConstraintUnmarshaller.h

00001 //
00002 //  S3LocationConstraintUnmarshaller.h
00003 //  s3
00004 //
00005 //  Created by Flanagan, Jim on 11/3/10.
00006 //  Copyright 2010 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 #import "../AmazonUnmarshallerXMLParserDelegate.h"
00012 
00013 @interface S3LocationConstraintUnmarshaller : AmazonUnmarshallerXMLParserDelegate {
00014         NSString *location;
00015 }
00016 
00017 @property (nonatomic, retain) NSString* location;
00018 
00019 @end

Generated on Wed Jan 26 2011 09:49:41 for Amazon S3 by  doxygen 1.7.1