Results 1 to 3 of 3

Thread: Suggest adding a typedefed ProxyType in slice2cpp?

  1. #1
    Yunqiao Yin's Avatar
    Yunqiao Yin is offline Registered User
    Name: Yin Yunqiao
    Organization: Baosteel
    Project: real time process control system
    Join Date
    Jan 2004
    Location
    China
    Posts
    56

    Lightbulb Suggest adding a typedefed ProxyType in slice2cpp?

    Happy new year!

    When I create a template class ,such as:
    Code:
    template <typename T>
    class  ProxyWrapper
    {
    public:
        T::ProxyType  proxy();     
    };
    a STL style typedef : ProxyType will help me do these things easier. Otherwise I cann't get proxy type from T because T's proxy declared in another namespace IceProxy.......
    Yunqiao Yin
    Baosteel
    real-time process control
    ICE中文论坛http://lingdoo.just.as 欢迎大家捧场

  2. #2
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Yunqiao Yin,

    Thanks for the suggestion! We'll add this typedef in a future Ice release.

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  3. #3
    dwayne's Avatar
    dwayne is offline ZeroC Staff
    Name: Dwayne Boone
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Jan 2005
    Location
    St. John's, Newfoundland
    Posts
    397
    Hi,

    This feature will be available in Ice 3.1

    Regards,
    Dwayne

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Adding/Removing Node
    By jeevaraj in forum Help Center
    Replies: 3
    Last Post: 09-28-2010, 11:52 AM
  2. Adding ProxyToString to ObjectPrx
    By DeepDiver in forum Comments
    Replies: 6
    Last Post: 07-21-2005, 03:50 AM
  3. suggest
    By hyuuuu in forum Help Center
    Replies: 1
    Last Post: 06-02-2005, 06:28 PM
  4. Adding an Object to Adapter
    By Jennie in forum Help Center
    Replies: 3
    Last Post: 11-02-2004, 04:15 PM
  5. suggest for Security of ice
    By dragzhb in forum Comments
    Replies: 8
    Last Post: 07-12-2004, 10:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •