Skip to content

Commit

Permalink
Fixed compilation errors, and updated headers to include amalgamated …
Browse files Browse the repository at this point in the history
…vector

Migrated files into correct location
  • Loading branch information
archgrove committed Jul 17, 2011
1 parent 9772cee commit 726a5a2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions CSQuestion.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@
#import "CSPostMigrationInfo.h"
#import "CSObjectVector.h"

enum CSQuestionSortOrder
{
CSQuestionSortByActivity,
CSQuestionSortByVotes,
CSQuestionSortByCreation,
CSQuestionSortByFeatured,
CSQuestionSortByHot,
CSQuestionSortByWeek,
CSQuestionSortByMonth
};

@interface CSQuestion : CSPost {
NSArray *tags;
int answer_count;
Expand Down
2 changes: 2 additions & 0 deletions CSQuestion.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ of this software and associated documentation files (the "Software"), to deal
#import "CSComment.h"
#import "CSTimelineEntry.h"

#import "CSRequestParams.h"

@implementation CSQuestion

@synthesize tags;
Expand Down
10 changes: 10 additions & 0 deletions CSRequestParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@

#import <Foundation/Foundation.h>

enum CSQuestionSortOrder
{
CSQuestionSortByActivity,
CSQuestionSortByVotes,
CSQuestionSortByCreation,
CSQuestionSortByFeatured,
CSQuestionSortByHot,
CSQuestionSortByWeek,
CSQuestionSortByMonth
};

@interface CSRequestParams : NSObject<NSCoding> {
NSString *rawURL;
Expand Down
1 change: 0 additions & 1 deletion CSRequestParams.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ of this software and associated documentation files (the "Software"), to deal
#import <objc/runtime.h>

#import "CSQuestion.h"
#import "CSRequestParams.h"

@implementation CSRequestParams

Expand Down
1 change: 1 addition & 0 deletions CoreStack.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#import "CSRequestToken.h"
#import "CSRequestParams.h"
#import "CSObjectVector.h"
#import "CSAmalgamatedObjectVector.h"

#import "CSSiteDescriptor.h"
#import "CSPost.h"
Expand Down

0 comments on commit 726a5a2

Please sign in to comment.