Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
R16: MacApp Xcode include file fixes (part 1)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R16: MacApp Xcode include file fixes (part 1)



Hi All,

I have been updating the MacApp Xcode project files to work with Xcode
1.1. I have added some missing header include statements needed by the
GCC compiler.

The relevant code changes are included below.

Steve

Index: macapp.16/MacApp/Libraries/Views/UButton.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UButton.h,v
retrieving revision 1.2
diff -r1.2 UButton.h
6a7
> 		09/01/04	SPG		Added missing includes required by Xcode.
47,48c48,49
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UChasingArrows.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UChasingArrows.h,v
retrieving revision 1.1
diff -r1.1 UChasingArrows.h
5a6
> 		09/01/04	SPG		Added missing includes required by Xcode.
31,32c32,33
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UCheckbox.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UCheckbox.h,v
retrieving revision 1.2
diff -r1.2 UCheckbox.h
5a6
> 		09/01/04	SPG		Added missing includes required by Xcode.
44,45c45,46
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UDataBrowser.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UDataBrowser.h,v
retrieving revision 1.1
diff -r1.1 UDataBrowser.h
8c8,9
< 		01/26/04	First created.
---
> 		09/01/04	SPG		Added missing includes required by Xcode.
> 		01/26/04	SPG		First created.
16,17c17,18
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UDateTime.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UDateTime.h,v
retrieving revision 1.1
diff -r1.1 UDateTime.h
5a6
> 		09/01/04	SPG		Added missing includes required by Xcode.
24,25c25,26
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UDisclosureTriangle.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UDisclosureTriangle.h,v
retrieving revision 1.1
diff -r1.1 UDisclosureTriangle.h
6a7
> 		09/01/04	SPG		Added missing includes required by Xcode.
40,41c41,42
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UIcon.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UIcon.h,v
retrieving revision 1.2
diff -r1.2 UIcon.h
7a8
> 		09/01/04	SPG		Added missing includes required by Xcode.
47,48c48,49
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UImageWell.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UImageWell.h,v
retrieving revision 1.1
diff -r1.1 UImageWell.h
5a6
> 		09/01/04	SPG		Added missing includes required by Xcode.
23,24c24,25
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UPicture.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UPicture.h,v
retrieving revision 1.1
diff -r1.1 UPicture.h
7a8
> 		09/01/04	SPG		Added missing includes required by Xcode.
39,40c40,41
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UPopup.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UPopup.h,v
retrieving revision 1.2
diff -r1.2 UPopup.h
5a6
> 		09/01/04	SPG		Added missing includes required by Xcode.
102,103c103,104
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UProgressIndicator.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UProgressIndicator.h,v
retrieving revision 1.1
diff -r1.1 UProgressIndicator.h
6a7
> 		09/01/04	SPG		Added missing includes required by Xcode.
42,43c43,44
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/URadio.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
URadio.h,v
retrieving revision 1.2
diff -r1.2 URadio.h
5a6
> 		09/01/04	SPG		Added missing includes required by Xcode.
47,48c48,49
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Framework/UScrollBar.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/
Framework/UScrollBar.h,v
retrieving revision 1.1
diff -r1.1 UScrollBar.h
5a6
> 		09/01/04	SPG		Added missing includes required by Xcode.
46,47c47,48
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/USlider.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
USlider.h,v
retrieving revision 1.1
diff -r1.1 USlider.h
6a7
> 		09/01/04	SPG		Added missing includes required by Xcode.
42,43c43,44
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UStaticText.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UStaticText.h,v
retrieving revision 1.5
diff -r1.5 UStaticText.h
7a8
> 		09/01/04	SPG		Added missing includes required by Xcode.
50,51c51,52
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UTabbedView.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UTabbedView.h,v
retrieving revision 1.1
diff -r1.1 UTabbedView.h
6a7
> 		09/01/04	SPG		Added missing includes required by Xcode.
62,63c63,64
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"

Index: macapp.16/MacApp/Libraries/Views/UUserPane.h
===================================================================
RCS file: /home1/frmwrks/clubmacapp/cvs/macapp.16/MacApp/Libraries/Views/
UUserPane.h,v
retrieving revision 1.1
diff -r1.1 UUserPane.h
5a6
> 		09/01/04	SPG		Added missing includes required by Xcode.
15,16c16,17
< #ifndef __UCONTROL__
< #include "UControl.h"
---
> #ifndef __UCONTROLMGR__
> #include "UControlMgr.h"


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macapp-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.