Issue 9073 - missing friend "class" specifier in tools headers
Summary: missing friend "class" specifier in tools headers
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: code (show other issues)
Version: 643
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: caolanm
QA Contact: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-08 09:51 UTC by caolanm
Modified: 2002-11-18 10:46 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch (3.43 KB, patch)
2002-11-08 09:52 UTC, caolanm
no flags Details | Diff
This patch fixes another missing class for a friend on sot/storage.hxx (594 bytes, patch)
2002-11-08 10:23 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2002-11-08 09:51:52 UTC
Attached patch for tools/inc adds missing "class" to friend specifiers in some
headers.

(In ww8 filter hunting for bugs "g++ -Wall" will terminate when encountering
missing friend specifier)
Comment 1 caolanm 2002-11-08 09:52:16 UTC
Created attachment 3521 [details]
patch
Comment 2 caolanm 2002-11-08 10:23:03 UTC
Created attachment 3523 [details]
This patch fixes another missing class for a friend on sot/storage.hxx
Comment 3 hennes.rohling 2002-11-08 15:13:30 UTC
Both changes approved. Please commit them to cvs.
Comment 4 caolanm 2002-11-08 15:57:08 UTC
Done.
Comment 5 caolanm 2002-11-18 10:45:46 UTC
tools and sot patch in SRX644m
Comment 6 caolanm 2002-11-18 10:46:17 UTC
closed