kordophoned: reorg: server impl in separate file, skeleton for conversations
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
pub mod endpoint;
|
||||
mod server_impl;
|
||||
|
||||
pub mod interface {
|
||||
pub static NAME: &str = "net.buzzert.kordophonecd";
|
||||
pub static OBJECT_PATH: &str = "/net/buzzert/kordophone/Server";
|
||||
}
|
||||
mod interface {
|
||||
#![allow(unused)]
|
||||
|
||||
pub const NAME: &str = "net.buzzert.kordophonecd";
|
||||
pub const OBJECT_PATH: &str = "/net/buzzert/kordophonecd";
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/kordophone-server.rs"));
|
||||
}
|
||||
Reference in New Issue
Block a user