Sign in

gwj / ice_auth_example · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • ice_auth_example
  • cpp11
  • Ice
  • evictor
  • Printer.ice
  • Added evictor example
    2483056b
    Grzegorz Jabłoński authored
    2019-03-27 20:41:47 +0100  
    Browse Code »
Printer.ice 182 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#pragma once

module Demo
{
    interface Printer
    {
        void printString(string s);
        void shutdown();
    }
}