Ticket #7052: Deskbar_StatusViewShelf_h_style_fix.diff

File Deskbar_StatusViewShelf_h_style_fix.diff, 1.7 KB (added by jscipione, 13 years ago)
  • src/apps/deskbar/StatusViewShelf.h

    diff --git a/src/apps/deskbar/StatusViewShelf.h b/src/apps/deskbar/StatusViewShelf.h
    index 4db46fb..181b4a8 100644
    a b Except as contained in this notice, the name of Be Incorporated shall not be  
    2626used in advertising or otherwise to promote the sale, use or other dealings in
    2727this Software without prior written authorization from Be Incorporated.
    2828
    29 Tracker(TM), Be(R), BeOS(R), and BeIA(TM) are trademarks or registered trademarks
    30 of Be Incorporated in the United States and other countries. Other brand product
    31 names are registered trademarks or trademarks of their respective holders.
     29Tracker(TM), Be(R), BeOS(R), and BeIA(TM) are trademarks or registered
     30trademarks of Be Incorporated in the United States and other countries. Other
     31brand product names are registered trademarks or trademarks of their respective
     32holders.
    3233All rights reserved.
    3334*/
    3435
    35 //  overrides BShelf; rejects draggers that won't fit into the shelf
    36 //  alligns received draggers into a grid
     36// overrides BShelf; rejects draggers that won't fit into the shelf
     37// alligns received draggers into a grid
    3738
    3839#ifndef __STATUS_VIEW_SHELF__
    3940#define __STATUS_VIEW_SHELF__
    class TReplicantShelf : public BShelf {  
    4546public:
    4647                        TReplicantShelf(TReplicantTray* view);
    4748                        ~TReplicantShelf();
    48                        
     49
    4950        void            MessageReceived(BMessage*);
    50        
     51
    5152protected:
    5253        bool            CanAcceptReplicantView(BRect, BView*, BMessage*) const;
    53         BPoint          AdjustReplicantBy(BRect, BMessage*) const;
     54        BPoint          AdjustReplicantBy(BRect, BMessage*) const;
    5455        void            ReplicantDeleted(int32, const BMessage*, const BView*);
    5556
    5657private: